home *** CD-ROM | disk | FTP | other *** search
/ PC User 2004 July / PCU0704CD1.ISO / software / mega / files / Swishmax.exe / Main / first.swi / scripts / DefineButton2_34 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2004-05-11  |  72 b   |  7 lines

  1. on(press){
  2.    tellTarget("/")
  3.    {
  4.       gotoAndPlay(180);
  5.    }
  6. }
  7.